const github.com/klauspost/compress/zstd.tableShardCnt

4 uses

	github.com/klauspost/compress/zstd (current package)
		enc_fast.go#L14: 	tableShardCnt    = 1 << (tableBits - dictShardBits) // Number of shards in the table
		enc_fast.go#L15: 	tableShardSize   = tableSize / tableShardCnt        // Size of an individual shard
		enc_fast.go#L34: 	tableShardDirty [tableShardCnt]bool
		enc_fast.go#L846: 	const shardCnt = tableShardCnt